From: nbd Date: Sun, 9 Dec 2007 18:59:01 +0000 (+0000) Subject: packages: Use $(CP) instead of $(INSTALL_BIN) for binaries. X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=73878398ce3b6326496d5fef7456c6e122d16cbd;p=feed%2Frouting.git packages: Use $(CP) instead of $(INSTALL_BIN) for binaries. Signed-off-by: Andy Boyett git-svn-id: svn://svn.openwrt.org/openwrt/packages/net/nodogsplash@9695 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/Makefile b/Makefile index 5d6f7c6..e3c364a 100644 --- a/Makefile +++ b/Makefile @@ -54,7 +54,7 @@ endef define Package/nodogsplash/install $(INSTALL_DIR) $(1)/usr/bin - $(CP) $(PKG_INSTALL_DIR)/usr/bin/* $(1)/usr/bin/ + $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/* $(1)/usr/bin/ $(INSTALL_DIR) $(1)/usr/lib/ $(CP) $(PKG_INSTALL_DIR)/usr/lib/* $(1)/usr/lib/ endef